home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Deutsche Edition 1
/
Deutsche Edition 1.iso
/
amok
/
071-080
/
amok78
/
wipe
/
s
/
cdt
< prev
next >
Wrap
AmigaDOS Script File
|
1993-11-04
|
382b
|
29 lines
.key pfad
; CD to TeX-Amiga environment
; usage cdt [pfad]
if not exists TeX:
Echo "Laufwerk TeX: nicht vorhanden !"
quit
endif
stack 30000
path TeX: add
setenv AEd.mode TeX
cd TeX:
if "<pfad>" gt " "
if exists "<pfad>"
cd "<pfad>"
endif
else
if exists "env:TeXProject"
if exists "$TeXProject"
cd "$TeXProject"
endif
endif
endif
run >NIL: AmokEd